-- card: 4118 from stack: in -- bmap block id: 0 -- flags: 0000 -- background id: 4055 -- name: Console Help ----- HyperTalk script ----- on openCard set lockscreen to true hide bg button "Previous" hide bg button "Start of Help" set lockscreen to false end openCard on closeCard set lockscreen to true show bg button "Previous" show bg button "Start of Help" set lockscreen to false end closeCard -- part contents for background part 1 ----- text ----- This stack is a line-at-a-time serial communications stack. In use, it appears like a TTY console, hence the name. At the "console" card, whatever is typed in the message box followed by a will be sent out the chosen port (including the .) If you want to send a message to HyperCard, do it from any other card, or use instead of . The following help is divided into 2 sections - A brief explanation of the buttons across the top of the console, and then a more technical discussion of the XCMD's and XFCN's used in this stack. -- part contents for background part 8 ----- text ----- TTY Console Help